@font-face{
	font-family: 'title1';
	src: url('../fonts/SourceHanSerifCN-SemiBold.otf');
}
/*@font-face{*/
	/*font-family: 'title';*/
	/*src: url('../fonts/SourceHanSerifCN-SemiBold.otf');*/
/*}*/
.top_left{
    line-height: 120px;
	padding-left: 11px;
	background: #d9d7dc;
}
.head_top{
    height: 120px;
	position: relative;
	width: 100%;
	z-index: 91;
}
.head_top>div:after{
	content: '';
	background: #d9d7dc;
	width: 100%;
	left: -100%;
	height: 120px;
	position: absolute;
	top: 0px;
}
.top_left img{
	width: auto;
	height: auto;
}
.top_right{
	background: #fff;
	height: 120px;
	position: relative;
	z-index: 2;
}
.top_wc1{
	background: #fff;
	height: 120px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
}
.nav_a a{
	font-size: 16px;
	color: #333;
	padding: 20px 0px 0px 0px;
	position: relative;
	display: inline-grid;
	text-align: left;
	margin-right: 2%;
	padding: 20px 20px;
}
.nav_a a span {
	font-size: 12px;
	font-family: arial;
}
.nav_a>a.current::before {
	content: "";
	position: absolute;
	left: 0%;
	bottom: 13px;
	background: #e67817;
	width: 100%;
	height: 50px;
	z-index: -1;
	border-radius: 5px;
}
.foot_form .form-validation-input-div{
	display: block !important;
	width: 81% !important;
}
.nav_a>a.current {
	color: #fff;
}
.nav_a a:last-child{
	width: auto;
	margin-left: 2%;
}
.nav_a>a.current:hover ,.nav_a>a.current:hover span{
	color: #fff;
}
.top_right a:hover,.top_right a:hover span{
	color: #e67817;
}
.top_email {
	height: 45px;
	line-height: 45px;
}
.top_email p{
	display: initial;
	height: 38px;
	margin-left: 45px;
	font-size: 12px;
}

.top_email p:nth-child(2) img{
	position: relative;
	top: -2px;
}

.banner.swiper-container-banner {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.banner img {
    display: block;
    width: 100%;
}
.banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
}
.banner .swiper-pagination-bullet {
	width: 50px;
	height: 4px;
	display: inline-block;
	border-radius: 100%;
	background: #FFFFFF;
	opacity: 1 !important;
	border-radius: 0px !important;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
	 background: #013370;
 }
 .pubilc_title{
	 text-align: center;
	 margin: 0 auto;
 }
 .pubilc_title p{
 	font-size: 30px;
	color: #aaa8ad;
 	font-weight: 500;
 }
 .pubilc_title span{
	 font-size: 26px;
	 position: relative;
	 color: #666666;
	 font-family: 'title1';
 }
.pubilc_title span:after{
  content: "";
  position: absolute;
  right: -30px;
  top: 51%;
  background: #666666;
  background-size: cover;
  width: 21px;
  height: 2px;
}
.pubilc_title span:before{
  content: "";
  position: absolute;
  left: -30px;
  top: 51%;
  background: #666666;
  background-size: cover;
  width: 21px;
  height: 2px;
}
.reasons_box{
 padding-top: 75px;
 overflow: hidden;
}
.reasons_box:after{
	 content: "";
	 position: absolute;
	 right: 0px;
	 bottom: 0px;
	 background: url(../images/VCG41168267489.png)no-repeat;
	 background-size: cover;
	 width: 377px;
	 height: 423px;
	 z-index: 1;
}
.reasons_ul{
	margin-top: 50px;
	padding-bottom: 150px;
	position: relative;
	z-index: 2;
}
.reasons_ul li{
	position: relative;
	text-align: center;
	margin: 0 auto;
	padding-top: 25px;
	display: -moz-grid;
}
.reasons_ul li p{
	margin-top: 15px;
	font-size: 18px;
	color: #aaa8ad;
}
.reasons_ul li .reasons_txt{
	opacity: 0;
	position: absolute;
	top: 0px;
	width: 0%;
	height: 0%;
	left: 0px;
	background: #e67817;
	color: #fff;
	padding: 35px 20px;
	overflow-y: auto;
}
.bgbody{
	height: 400px;
}
.bgbody >img{
	width: 100%;
	float: left;
}
.reasons_ul li:hover .reasons_txt{
	opacity: 1;
	width: 100%;
	height: 100%;
}
.reasons_set_bg{
	position: absolute;
	bottom: -35px;
	left: -145px;
	z-index: 1;
}
.reasons_set_bg img{
	width: 270px;
	height: 270px;
	display: none;
}
.reasons_set_bg img:nth-child(2){
	display: block;
}
.cooper{
	background: #f3f4f6;
	padding-top: 75px;
}

.pro_link{
	position: relative;
	overflow: hidden;
	margin-top: 47px;
}
.pro_link_li{
	position: relative;
	float: left;
	overflow: hidden;
}
.pro_link>div:before{
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.6);
}

.pro_link_li_cur:before{
	display: none;
}

.pro_link_li:last-child {
    position: absolute;
    right: 1px;
    bottom: 0px;
}
.pro_link_txt{
	position: absolute;
	top: 41%;
	z-index: 2;
	color: #FFFFFF;
	padding: 40px 50px 40px 50px;
	
}
.pro_link_li_cur .pro_link_txt{
	/*display: none;*/
	background: #e67817;
	position: absolute;
	top: 66%;
	width: 100%;
}
.pro_link_txt .pro_link_txt2{
	padding-top: 15px;
	height: 132px;
	display: none;
	position: relative;
}
.pro_link_txt2 p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3	;
	-webkit-box-orient: vertical;
}
.pro_link_li_cur.pro_link_li .pro_link_txt2{
	display: block;
}
.pro_link_txt>p{
	color: #fff;
	font-size: 26px;
	
}
.pro_link_li.pro_link_li_cur .pro_link_txt>p{
	border-bottom:1px solid #FFFFFF;
	position: relative;
}
.pro_link_li .pro_link_txt>p::after{
	    content: "";
	    position: absolute;
	    bottom: 0px;
	    left: 52px;
	    z-index: 9;
	    background: url(../images/pro_down.png)no-repeat;
	    width: 24px;
	    height: 24px;
}
.pro_link_li.pro_link_li_cur .pro_link_txt>p::after{
	content: "";
	position: absolute;
	top: 5px;
	right: 15px;
	z-index: 9;
	background: url(../images/pro_down.png)no-repeat;
	width: 24px;
	height: 24px;
	    bottom: auto;
	    left: auto;
}
.pro_link_txt .pro_link_txt2 a{
	color: #fff;
	font-size: 12px;
	border: 1px solid #fff;
	float: right;
	padding: 2px 7px;
	margin-top: 15px;
}
.prod_silde{
	margin-top: 30px;
	margin-bottom: 56px;
}
.prod_silde_title p{
	font-size: 42px;
	position: relative;
	color: #333333;
}
.prod_silde_title:before{
	content: "";
	position: absolute;
	left: 0px;
	bottom: -6px;
	z-index: 1;
	width: 80px;
	height: 3px;
	background: #666666;
	
}
.pro_idx{
	padding-top: 75px;
	background: url(../images/VCG41168620608.jpg) no-repeat center;
	background-size: cover;
	animation: beijing 10s infinite;
}
.pro_idx_bg{


}
.pro_idx .pubilc_title{
	margin-bottom: 35px;
}
.prod_silde_title span{
	font-size: 22px;
	color: #666666;
}
.prod_silde_current ,.prod_silde_content {
	margin-top: 56px;
}
.prod_silde_current:before{
	content: "";
	position: absolute;
	left: 11px;
	top:0px;
	z-index: 1;
	width: 3px;
	height: 100%;
	background: #d9d9d9;
}
.prod_silde_current li{
	line-height: 120px;
	height: 120px;
	position: relative;
}
.prod_silde_current p{
	cursor: pointer;
	
}
.prod_silde_current li.cur:before{
	border: 10px solid #487B42 !important;
}
.prod_silde_current li:before{
	content: "";
	position: absolute;
	left: -17px;
	top: 46px;
	z-index: 1;
	width: 28px;
	height: 28px;
	border: 10px solid #999999;
	border-radius:100% ;
	background: #fff;
}
.prod_silde_current li p{
	position: relative;
	padding-left: 82px;
}
.prod_silde_current li p:before{
	content: "";
	position: absolute;
	left: 17px;
	top: 59px;
	z-index: 1;
	width: 50px;
	height: 1px;
	border-radius:100% ;
	background: #999999;
}
.prod_silde_current li.cur>p:before{
	background: #487B42 !important;
}
.prod_silde_content{
	box-shadow: 1px 1px 5px #888888;
}

.prod_silde_content img{
	width: 100%;
}
.prod_tabs_cont{
	padding: 37px 26px;
}
.prod_tabs_cont p:first-child{
	font-size: 22px;
	color: #333333;
}
.prod_tabs_cont p:nth-child(2){
	margin-top: 20px;
	font-size: 16px;
	color: #666;
	line-height: 28px;
}



.pro_idx_bg .swiper-container {
	width: 90%;
	margin: 0px auto 90px auto;
}
.pro_idx_bg .swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	text-align: center;
}
.pro_idx_bg .swiper-slide img{
	width: 100%;
	height: 273px;
}
.pro_idx_bg .swiper-slide p{
	width: 100%;
	float: left;
	font-size: 18px;
	
}
.pro_idx_bg .swiper-slide p:nth-child(2){
	padding-top: 9px;
	
}
.pro_idx_bg .swiper-slide p:nth-child(3){
	padding-top: 10px;
	
}
.pro_idx_bg  .swiper-button-next, .slzm .swiper-button-prev {
    width: 17px !important;
    height:34px !important;
	background-size: 95% !important;
	margin-top: -83px;
}
.pro_idx_bg .swiper-button-next{
    background: url(../images/proic1.png) no-repeat !important;
    right: 10px;
    left: auto;
}
.pro_idx_bg .swiper-button-prev{
    background: url(../images/proic11.png) no-repeat !important;
    left: 10px;
    right: auto;
	margin-top: -83px;
}
.pro_idx_bg .swiper-button-next.swiper-button-disabled {
    opacity: 1 !important;
    cursor: auto;
    pointer-events: none;
	background: url(../images/proic22.png) no-repeat  !important;
}
.pro_idx_bg .swiper-button-prev.swiper-button-disabled{
	opacity: 1 !important;
	cursor: auto;	
	pointer-events: none;
	background: url(../images/proic2.png) no-repeat !important;
}



.about_idx{
	background: url(../images/aboutid.jpg) no-repeat center top;
	background-size: cover;
	padding-bottom: 55px;
}
.about_idx .pubilc_title{
	padding-top: 75px;
	
}
.about_idx .pubilc_title p,.about_idx .pubilc_title span{
	color: #FFFFFF;
}
.about_idx .pubilc_title span:before, .about_idx .pubilc_title span::after {
    background: #FFFFFF;
}
.about_idx_txt>div{
	/*width: 85%;*/
	margin: 40px auto 0 auto;
	color: #fff;
}
.about_idx_lis{
	width: 42%;
	margin: 0px auto 52px auto;
	padding-bottom: 40px;
}
.about_idx_lis li{
	float: left;
	font-size: 16px;
	width: 33.3333%;
	text-align: center;
	/*padding: 8px 0;*/
	border-right: 1px solid #fff;
	line-height: 26px;
}
.about_idx_lis li:last-child{
	border:0px;
}
.about_idx_lis li p{
	font-size: 32px;
	color: #FFFFFF;
	margin-bottom: 6px;
}
.about_idx_txt>div>p{
	/* text-align: center; */
	line-height: 28px;
}
.about_idx_txt>div>a{
	border:1px solid #fff ;
	width: 138px;
	height: 38px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-top: 45px;
}
.news_idx{
	padding-top: 75px;
	padding-bottom: 50px;
}
.news_idx_title{
	margin-bottom: 40px;
}
.news_idx_title p{
	font-size: 30px;
	color: #333;
	font-weight: bold;
	background: #fff;
	position: relative;
	z-index: 2;
	float: left;
	padding-right: 15px;
	font-family: title1;
}
.news_idx_title p>span{
	font-size: 16px;
	color: #666666;
}
.news_idx_title::after{
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 11px;
	left: 0px;
	width: 100%;
	height: 1px;
	background: #b0afaf;
}
.news_idx_title>span{
	float: right;
	font-size: 13px;
	color: #999;
	line-height: 45px;
}
.news_idx_ul_l img{
	width: 100%;
}
.news_idx_ul_l>p{
	width: 100%;
	float: left;
}
.news_idx_ul_l p:nth-child(2){
	font-size: 18px;
	color: #000;
	margin-top: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_idx_ul_l p:nth-child(3){
	font-size: 14px;
	color: #666;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news_idx_ul_l >a.newsmore{
	width: 97px;
	height: 23px;
	text-align: center;
	line-height: 23px;
	color: #fff;
	display: block;
	float: right;
	margin-top: 23px;
	background: #e67817;
}
.news_idx_li img{
	width: 100%;
}
.news_idx_li .news_idx_txt p:nth-child(1){
	font-size: 18px;
	color: #333;
	margin: 12px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news_idx_li .news_idx_txt p:nth-child(2){
	font-size: 13px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 38px;
	    width: 92%;
}
.news_idx_li a{
	display: block;
}
.news_idx_li:hover .news_idx_txt p:nth-child(1){
	color: #003470;
}
.news_idx_li .news_idx_txt p:nth-child(3){
	font-size: 12px;
	color: #a9a8a8;
	margin-top: 5px;
}
.news_idx_li::after{
	content: "";
	position: absolute;
	z-index: 1;
	top: 51px;
	right: 0px;
	width: 22px;
	height: 22px;
	background: url(../images/newicon1.png)no-repeat center;
}
.news_idx_li {
	margin-bottom: 16px;
}
.news_idx_li:hover::after{
	content: "";
	background: url(../images/newsicon2.png)no-repeat center;
}
.footer{
	background: #26272c;
	border-top: 1px solid #c5c5c7;
	padding-bottom: 30px;
}
.foot_nav{
	margin-top: 35px;
	padding-bottom: 20px;
	border-bottom: 1px solid #959596;
}
.foot_nav_r{
	text-align: right;
}
.foot_nav_r a{
	font-size: 16px;
	color: #FFFFFF;
	position: relative;
	margin-left: 2%;
	padding: 20px 20px;
	display: inline-grid;
	text-align: left;
}
.foot_nav_r a span {
	font-size: 12px;
	font-family: arial;
}
.foot_nav_r a:last-child{
	width: auto;
	/*margin-left: 2%;*/
}
.foot_title{
	float: left;
	color: #FFFFFF;
	font-size: 20px;
	border-bottom: 1px solid #FFFFFF;
	margin-top: 30px;
	margin-bottom: 30px;
}
.site_info li{
	font-size: 15px;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.site_info li img{
	margin-right: 10px;
}
.foot_erwm{
	padding-top: 75px;
}
.foot_erwm p:nth-child(1){
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	width: 30%;
	float: left;
	line-height: 35px;
}
.foot_erwm p:nth-child(2){
	font-size: 16px;
	color: #FFFFFF;
	padding-left: 37px;
	float: left;
	width: 70%;
}
.foot_erwm p:nth-child(2) span{
	font-size: 12px;
}
.foot_form{
	margin-top: 35px;
	padding-left: 58px;
}
.form_li {
    border: 1px solid #919192;
    line-height: 27px;
    padding-left: 5px;
    margin-bottom: 9px;
    position: relative;
}
.form_li p {
    float: left;
    color: #FFFFFF;
	font-size: 12px;
}
.form_li input {
    float: left;
    width: 81%;
    height: 27px;
    background: none;
    color: #FFFFFF;
    border: none;
}
.form_li textarea{
	background: none;
	width: 81%;
	resize: none;
	color: #FFFFFF;
}
.foot_form .submit {
    width: 100%;
    height: 32px;
    text-align: center;
    margin: auto;
    font-size: 16px;
    background: #e67817;
    color: #FFFFFF;
}
.copyright{
	background: #232323;
	line-height: 45px;
}
.copyright p{
	color: #fff;
	font-size: 13px;
	color: #b2b2b2;
}
.contact_form_li .form-validation-input-div {
	display: block;
	width: 100% !important;
}
.copyright p a{
	color: #b2b2b2;
}
.bann_txt {
    height: 100%;
}
.bann_txta {
    position: absolute;
    top: 50%;
    left: 0%;
    z-index: 99;
    height: 37%;
    width: 100%;
    font-size: 16px;
    color: #fff;
    margin-top: -73px;
}
.bann_txta p{
	text-align: center;
	font-size: 16px;
	color: #333;
}
.bann_txta p:nth-child(1){
	text-transform:uppercase;
	font-size: 36px;
	font-weight: bold;
	color: #a7a4a4;
	margin-top: 14px;
}
.bann_txta p:nth-child(2){
	font-size: 26px;
	font-weight: bold;
}
.bann_txta p:nth-child(3){
	font-size: 16px;
	margin-top: 4px;
}
.navigation_top{
	background: #e67817;
	height: 60px;
	line-height: 60px;
}
.navigation_r {
	color: #666;
}
.navigation_r span{
	font-family: serif;
	font-size: 12px;
}
.navigation_title a{
	width: 125px;
	text-align: center;
	float: left;
	font-size: 16px;
	color: #fff;
}
.navigation_title a.navtop_cur{
	background: #F5F5F5;
	color: #333;
}
.navigation_title p{
	margin-top: 0.24rem;
}
.navigation_title p ,.navigation_title span{
	color: #FFFFFF;
	font-size: 0.3rem;
	text-align: center;
}
.navigation_title span{
	font-size: 16px;
}

.navigation_r p{
	font-size: 14px;
	font-weight: 300;
	float: left;
	padding-right: 7px;
	color: #fff;
}
.news_list{
	margin-top: 80px;
	margin-bottom: 40px;
}
.news_list li a{
	display: block;
}
.news_list li{
	margin-bottom: 20px;
	transition:0.3s;
}
.news_list li:last-child{
	margin-bottom: 0;
}
.news_list li:hover{background: #f5f5f5;}
.news_list li div:nth-child(1) p{
	width: 100%;
	overflow: hidden;
}
.news_list li div:nth-child(1){
	padding: 20px 20px 20px 20px;
}
.news_list li div:nth-child(1) img{
	width: 100%;
	transition: 0.3s;
}
.news_list li:hover div:nth-child(1) img{ transform:scale(1.2); -webkit-transform:scale(1.2); -ms-transform:scale(1.2);}

.news_contxt{
	padding:20px 0 20px 45px;
}
.news_contxt p{
	width: 100%;
	float: left;
	position: relative;
	padding-right: 35px;
}
.news_contxt p:nth-child(1){
	font-weight: 500;
	font-size: 18px;
	margin-top: 18px;
	overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 1;
	    -webkit-box-orient: vertical;
}
.news_contxt p:nth-child(2){
	font-weight: 300;
	font-size: 16px;
	color: #666;
	margin-top: 50px;
	margin-bottom: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news_contxt p:nth-child(3){
	font-size: 14px;
	color: #999;
}
.news_contxt p:nth-child(3) img{
	float: right;
	position: relative;
	top: 2px;
}
.pager{
	margin: 0px 0 75px 0; 
}
.pager .ui-paging-toolbar .ui-select-pagesize,.pager .js-page-first ,.pager .js-page-last{
	display: none !important;
}
.pager .js-page-prev,.pager .js-page-next{
	padding: 0px 20px;
}
.ui-paging-container{color:#666;font-size: 12px;}
.ui-paging-container ul{overflow: hidden;text-align: center;}
.ui-paging-container ul,.ui-paging-container li{list-style: none;margin-bottom: .15rem;}
.ui-paging-container li{display: inline-block;margin-left: 5px;color:#666;width:34px;height:34px;line-height: 34px; text-align: center;}
.ui-paging-container li{cursor: pointer; border:1px solid #333;}
.ui-paging-container li:first-child:hover,.ui-paging-container li:nth-last-child(2):hover{background-color: #e67817;color:#fff;}
.ui-paging-container li:hover,.ui-paging-container li.active{background-color: #e67817;color:#FFFFFF;border:1px solid #e67817;}
.ui-paging-container li:hover a{
	color:#FFFFFF;
}
.ui-paging-container li:nth-last-child(2):hover a,.ui-paging-container li:first-child:hover a{
	color:#fff;
}
.ui-paging-container li:last-child:hover{
	background: #fff;
}
.ui-paging-container li a{
	display: block;
}
.ui-paging-container li.last,.ui-paging-container li.first{
	    border:1px solid #999;
	    width: 75px;
	    height: 34px;
}
.ui-paging-container li.page_count{
	border: 0px;
	width: auto;
	font-size: 16px;
	color:#333;
}
.ui-paging-container li.page_count:hover{
	background: #fff;
	color: inherit;
}
.ui-paging-container form input.ui-paging-count {
    line-height: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid #ddd;
    text-align: center;
    width: 50px;
    vertical-align: middle;
	position: relative;
	    top: -1px;
}
.ui-paging-container form input:nth-child(2){vertical-align: middle;text-decoration: none;display: inline-block;height: 33px;border:1px solid #333;vertical-align: top;line-height: 32px;padding:0 9px;cursor: pointer;margin-left: 5px;color: #666;background: #fff;position: relative;
    top: 1px;}
.ui-paging-container li.disabled,.ui-paging-container li.disabled:hover{background-color: #999;
    cursor: default;
    color: #fff;
}
.news_v{
	background: #f2f2f2;
	padding-top: 80px;
	padding-bottom: 80px;
}
.news_v>div{
	background: #fff;
}
.newsv_title{
	text-align: center;
	padding-bottom: 30px;
	width: 85%;
	margin: 0 auto;
	border-bottom: 1px solid #b5b5b5;
}
.newsv_title p:nth-child(1){
	font-size: 24px;
	padding-top: 70px;
	margin-bottom: 20px;
}
.newsv_title p:nth-child(2) ,.newsv_title p:nth-child(2) a,.newsv_title p:nth-child(2) span{
	font-size: 12px;
	color: #999999;
}
.newsv_title p:nth-child(2) a:nth-child(1),.newsv_title p:nth-child(2) span:nth-child(1){
	margin-right: 25px;
}
.newsv_cont{
	width: 85%;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 60px;
}
.newsv_cont p{
	letter-spacing: 1.5px;
	line-height: 23px;
}
.newsv_cont img{
	max-width: 100%;
}
.newsv_page>div{
	width: 85%;
	margin:0 auto;
}
.newsv_page>div p,.newsv_page>div a{
	line-height: 35px;
	float: left;
	clear: both;
	border-bottom: 1px solid #ffff;
}
.newsv_page>div a:hover{
	border-bottom: 1px solid #757575;
}
.newsv_page{
	background: #f5f5f5;
	padding-bottom: 75px;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; /* remove the search and cancel icon */
}

/* search input field */
input[type=search]{
	float: left;
	border: solid 1px #fff;
	padding: 7px 42px 7px 0px;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 0px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	padding-left: 14px;
}
#search .search_t_btn{
	position: absolute;
	right: 11px;
	top: 1px;
	width: 33px !important;
	height: 33px;
	z-index: 100 !important;
	cursor: pointer;
}
.search_t_btn::after{
	content: "";
	background: url(../images/fd.png) no-repeat 6px center;
	position: absolute;
	right: 3px;
	top: 1px;
	width: 33px;
	height: 33px;
	z-index: 100;
	cursor: pointer;
}
/* placeholder */
input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}
#search{
	position: relative;
	right: 0px;
	top: 0px;
	z-index: 10001;
}
/* demo B */
#search input[type=search] {
	width: 7px;
	color: transparent;
	cursor: pointer;
	width: 210px;
	color: #000;
	background: #fff;
	cursor: auto;
	border-radius: 56rem;
}
#search input:-moz-placeholder {
	color: #999999;
}
#search input::-webkit-input-placeholder {
	color: #999999;
}
#search input[type=search]:focus,#search input[type=search]:hover{
	/*border: 1px solid #e67817;*/
}
.navigation_sreach {
	    height: 60px;
	    line-height: 60px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
}
.pro_box{
	padding-bottom: 75px;
	padding-top: 75px;
}
.pro_nav{
	box-shadow: 1px 1px 5px #999;
}
.pro_nav a{
	float: left;
	word-break: keep-all;
	text-align: center;
	margin: 12px 16px;
	height: 32px;
	line-height: 32px;
	display: block;
	padding: 0 15px;
}
.pro_nav a.pro_cur{
	background: #e67817;
	color: #fff;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #e67817;
}
.pro_list{
	width: 1100px;
	margin: 0 auto;
	position: relative;
	clear: both;
	padding-top: 45px;
}
.pro_list ul li a{
	text-align: center;
	border: 1px solid #D9D7DC;
	width: 100%;
	float: left;
	display: block;
}
.pro_list ul li p{
	width: 100%;
	float: left;
	overflow: hidden;
}
.pro_list ul li p:nth-child(2){
	height: 35px;
	margin-top: 10px;
	font-size: 16px;
}
.pro_list ul li img{
	width: 100%;
	transition: 0.3s;
	height: 340px;
}
.pro_list ul li{
	margin-bottom: 20px;
}
.pro_list ul li a:hover{
	box-shadow:0 0 5px #e67817;
	border: 1px solid #e67817;
}
.pro_list ul li:hover img{
	transform:scale(1.2); -webkit-transform:scale(1.2); -ms-transform:scale(1.2);
}
.pro_title{
	padding: 12px 0px;
	border-bottom: 1px solid #999999;
}
.pro_v{
	margin-top: 37px;
}
.pro_title p{
	font-size: 20px;
	color: #333333;
	position: relative;
	padding-left: 8px;
	font-weight: bold;
}
.pro_title p:before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 4px;
	background: #e67817;
	height: 100%;
}
.pro_pre img{
	max-width: 100%;
}
.pro_pre{
	margin: 37px 0;
}
.act_title{
	text-align: center;
}
.act_title p{
	font-size: 22px;
	font-weight: 500;
}
.act_title span{
	font-size: 14px;
	line-height: 30px;
	color: #999;
}
.contact{
	margin-top: 75px;
}
.cat_maps_l{
	background: #f5f5f5;
	padding: 35px 20px;
	width: 37%;
	float: left;
	margin-top:30px;
}
.cat_maps_r{
	width: 63%;
	float: left;
	margin-top:30px;
}
.cat_maps_l p{
	font-size: 14px;
	float: left;
	width: 100%;
}
.cat_maps_l p:nth-child(1){
	font-size: 18px;
	font-weight: 500;
}
.cat_maps_l p:nth-child(2){
	margin-top: 40px;
}
.cat_maps_l p:nth-child(n+2){
	margin-bottom: 15px;
}
.contact_form {
	margin-top: 75px;
}
.contact_form >p{
	font-size: 22px;
	color: #00a6db;
	color: #1f4467;
}
.contact_form textarea{
	margin-top: 25px;
	background: #f7f7f7;
	width: 100%;
	float: left;
	resize: none;
	padding: 12px 7px;
	height: 120px;
}
.contact_form .contact_form_li input{
	margin-top: 25px;
	height: 45px;
	background: #f7f7f7;
	width: 100%;
	padding: 0 7px;
}
.submit_cat{
	display: flex;
	width: 60%;
	margin: 40px auto 70px auto;
}
.submit_cat input{
	width: 300px;
	height: 45px;
	background: #e67817;
	color: #FFFFFF;
	margin: 0 auto;
	border-radius: 0 !important;
}
.submit_cat input:first-child{
	background: #999999;
}
.project_box{
	background: #F5F5F5;
}

.project_r::after{
	content: "";
	position: absolute;
	top: 0px;
	right: -97%;
	background: #fff;
	width: 100%;
	height: 100%;
}
.pj_ms{
	border-bottom: 1px solid #b5b5b5;
	padding: 0px 0 50px 0;
}
.project_tj{
	margin-top: 98px;
}
.project_r>div p:nth-child(1){
	font-size: 18px;
	font-weight: 500;
}
.project_r>div  p:nth-child(2){
	margin-bottom: 8px;
	margin-top: 30px;
	font-weight: 500;
	font-size: 16px;
}
.project_r>div  p{
	word-break: break-all;
	float: left;
	width: 100%;
	line-height: 22px;
}
.project_r>div a{
	color: #fff;
	background: #e67817;
	padding: 7px 28px;
	float: left;
	margin-top: 30px;
	border-radius: 50px;
}
.pro_v_box{
	border: 1px solid #999;
	margin-top: 50px;
}
.pro_v .swiper-container {
	padding: 27px 0;
	margin: 0 55px;
}
.pro_v  .swiper-slide {
    font-size: 16px;
	position: relative;
	border: 1px solid #999999;
}
.pro_v  .swiper-slide:hover{
	background: #d9d7dc;
	border: 1px solid #d9d7dc;
}
.pro_v  .swiper-button-prev,.pro_v  .swiper-button-next{
    height: 37px;
    width: 33px;
}
.pro_v .swiper-button-next{
    background: url(../images/prvic22.png) no-repeat center top  !important;
    right: 10px;
    left: auto;

}
.pro_v .swiper-button-prev{
    background: url(../images/prvic2.png) no-repeat center top !important;
    left: 10px;
    right: auto;
}
.pro_v .swiper-button-next.swiper-button-disabled {
    opacity: 1 !important;
    cursor: auto;
    pointer-events: none;
    background: url(../images/prvic11.png) no-repeat center top !important;
}
.pro_v .swiper-button-prev.swiper-button-disabled{
    opacity: 1 !important;
    cursor: auto;
    pointer-events: none;
    background: url(../images/prvic1.png) no-repeat center top !important;
}
.pro_v .swiper-slide p{
    float: left;
    width: 100%;
	text-align: center;
}
.pro_v .swiper-slide p:nth-child(2){
    font-size: 16px;
    padding: 11px 0px 20px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	color: #333;
}
.pro_v .swiper-slide img {
	width: 100%;
	height: 340px;
}
.project_l{
	padding: 75px 0;
}
.project_l img{
	max-width: 100%;
}
.project_r{
	background: #fff;
	float: right;
	padding: 25px 25px 0 25px;
	height: 100%;
	position: relative;
	top: 0px;
}
.project_tj ul li{
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 300;
}
.project_tj ul{
	margin-top: 35px;
}
.project_tj ul li p:nth-child(1){
	overflow: hidden;
	height: 193px;
}
.project_tj ul li p:nth-child(2){
	font-size: 16px !important;
	font-weight: 300 !important;
	margin-top: 7px !important;
	padding-top: 0px !important;
	color: #333;
}
.project_tj ul li img{
	width: 100%;
	transition: all .5s;
}
.project_tj ul li:hover img{
	transform: scale(1.3);
}
.project_tj ul li:hover{
	box-shadow: 1px 1px 6px #666;
}
.project_tj ul li a{
	display: block;
	background: none;
	padding: 0px 0px;
	margin: 0;
}
.foot_nav_r a {
	color: #fff !important;
}
.project_b {
	margin-top: 50px;
}
.project_b li img{
	width: 100%;
}
.project_b li a{
	display: block;
	position: relative;
	float: left;
	width: 100%;
}

.project_content{
	position: absolute;
	right: 0px;
	width: 85%;
	height: 90px;
	background: rgba(0,0,0,0.5);
	bottom: 50px;
	padding: 25px 20px;
}
.project_content::before{
	content: "";
	position: absolute;
	right: 50px;
	z-index: 99;
	background: url(../images/prjic.png) no-repeat;
	width: 40px;
	height: 40px;
}
.project_content p{
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.project_content:hover p,.project_content:hover a,.project_content:hover span{
	color: #fff;
}
.project_b li a:hover .project_content{
	background: rgba(230,120,23,.7);
}
.abv_title{
	text-align: center;
	
}
.abv_title p{
	font-size: 28px;
	color: #333;
	font-weight: bold;
	position: relative;
	z-index: 99;
	font-family: title1;
}
.abv_title p:nth-child(2){
	font-size: 18px;
	color: #999999;
	text-transform: uppercase;
	top: 7px;
}
.abv_title p:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -146px;
    background: url(../images/abvt_03.png)no-repeat center top;
	background-size:85% ;
    width: 284px;
    height: 80px;
}
.about_box{
	padding-top: 75px;
}
.abv1_js{
	margin-top: 45px;
}
.abv1_js img{
	width: 100%;
}
.abv1_js_pre{
	margin-top: 15px;
}
.abv1_js_pre img{
	max-width: 100%;
}
.abv1_kh{
	margin-top: 35px;
	background: #F5F5F5;
	box-shadow: 1px 1px 6px #DDDDDD;
	padding: 25px 0px;
	border-radius: 5px;
}
.abv1_kh li{
	position: relative;
	float: left;
	width: 25%;
	text-align: center;
	font-size: 16px;
}
.abv1_kh li::before{
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../images/abv20.png) no-repeat center top;
	height: 117px;
	width: 2px;
	z-index: 9;
}
.abv1_kh li:last-child::before{
	display: none;
}
.abv1_kh li p:nth-child(2){
	margin-top: 14px;
}
.abv1_kh li img{
	transition: all .5s;
}
.abv1_kh li:hover img{
	transform:rotate(-360deg);
	-ms-transform:rotate(-360deg); 	/* IE 9 */
	-moz-transform:rotate(-360deg); 	/* Firefox */
	-webkit-transform:rotate(-360deg); /* Safari 和 Chrome */
	-o-transform:rotate(-360deg); 	/* Opera */
}
.abv1_wh{
	padding-top: 75px;
}
.abv1_whli li{
	width: 50%;
	float: left;
}
.abv1_whr img{
	width: 100%;
}
.abv1_wh .abv_title{
	margin-bottom: 50px;
}
.abv1_whli{
	border: 1px solid #999;
}
.abv1_whli li{
	border-right: 1px solid #999;
	display: flex;
	flex-direction: column;
	/*justify-content: center;*/
	height: 127px;
	padding: 22px 15px;
	border-bottom:1px solid #999;
}
.abv1_whli li:nth-child(even){
	border-right: 0px solid #999;
}
.abv1_whli{
	border-bottom: 0px solid #999;
}
.abv1_whli li p:nth-child(1){
	font-size: 22px;
	margin-bottom: 10px;
	color: #333;
}

.abv1_whli li p{
	font-size: 16px;
	color: #666;
}
.by_abv{
	font-size: 14px;
	color: #666666;
	margin-top: 15px;
}

.abv1_ys{
	padding-top: 75px;
	margin-bottom: 75px;
}
.abv1_ys img{
	width: 100%;
}
.abv1_ys_r >div>p{
	height: 53px;
	width: 53px;
	background: url(../images/abvy2.png) no-repeat center top;
	text-align: center;
	line-height: 53px;
	font-size: 18px;
	color: #fff;
}
.abv1_ys_r>div{
	display: flex;
	margin-top: 29px;
	border-bottom: 1px solid #999999;
	padding-bottom: 25px;
}
.abv1_ys_r{
	padding-left: 25px;
}
.abv1_ys_b >p:nth-child(1){
	font-size: 20px;
	font-weight: 500;
	margin-top: 7px;
	color: #333;
}
.abv1_ys_b p:nth-child(2){
	font-size: 16px;
	color: #666;
	margin-top: 18px;
}
.abv1_ys_b{
	width: 491px;
	margin-left: 13px;
}
.abv1_ys .abv1_ys_r> div:last-child{
	border: none;
}
.abv1_ys2{
	margin-top:50px;
}
.abv1_ys2 .swiper-slide{
	padding-bottom: 35px;
}
.abv1_ys2 .swiper-pagination-bullet-active {
	opacity: 1;
	background: #e67817;
}
.abv3_title{
	text-align: center;
}
.abv3_title p {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    position: relative;
    z-index: 99;
}
.abv3_title p:nth-child(2) {
    font-size: 18px;
    color: #999999;
    text-transform: uppercase;
}
.abv_box2{
	padding-top: 75px;
	padding-bottom: 75px;
	background: url(../images/abv3.png) no-repeat center top;
	background-size: cover;
}
.abvzs_list {
    background: url(../images/abvbf.png) no-repeat center 173px;
    background-size: 100%;
    margin-top: 78px;
    padding-bottom: 131px;
	padding-left: 63px;
	padding-right: 63px;
}
.abv_box2 .abvzs_list:nth-child(n+2){
	margin-top: 20px;
}
.zszs{
	color: #666;
	font-size: 12px;
	margin-top: -55px;
}
.abv_box3{
	padding-top: 75px;
	margin-bottom: 100px;
}
.abv3_jzg{
	margin-top: 49px;
}
.abv3_jzg_r img{
	width: 100%;
}
.abv3_jzg_l {
	padding-right: 25px;
	padding-top: 50px;
}
.abv3_jzg_l p:nth-child(1){
	font-size: 18px;
}
.abv3_jzg_l p:nth-child(2){
	font-size: 14px;
	font-family: arial;margin-top: 45px;
}
.abv_box3 .abv3_jzg_box:nth-child(n+2){
	padding-top: 75px;
}
.abv_box3 .abv3_jzg_box:nth-child(even) .abv3_jzg_l {
    padding-right: 0px;
    padding-left: 25px;
}

.card{
	overflow:hidden;
}

.card-reveal .card-body {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%;
	text-align: center;
}

.card-reveal .card-body .card-title {
	font-size: .75rem;
	margin: 0;
	text-transform: uppercase;
	font-weight: bolder;
	color: #4d4d4d;
}

.card-columns{
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}
.card-columns .card img{
	width: 100%;
}
.moreBox{
	text-align: center;
	color: #eb1100;
	margin-bottom: 50px;
	font-size: 16px;
	float: left;
	width: 100%;
}